-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix hugo base url #10
Conversation
- "5001:80" | ||
- 1313:1313 | ||
volumes: | ||
- ./website:/src |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does that mean we need to run on the server the script synchronize.sh
? And if so we should probably add to ignore file every file generated if it's not done already
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll double check it, but I guess I already ignore it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
based on what you did directly on the server, it looks like it's not ignored :
$ git status
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: docker-compose.yaml
modified: scripts/synchronize.sh
Untracked files:
(use "git add <file>..." to include in what will be committed)
docker-compose.old
package-lock.json
website/.hugo_build.lock
website/content/docs/perses/
website/content/docs/prologue/
website/resources/_gen/assets/
website/static/images/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Nexucis added can you check?
0f3380a
to
30dc8a1
Compare
Signed-off-by: Augustin Husson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so cool you managed to make it work !
Thank you so much 🙏
adding small fixed that makes the website work as expeceted.